home *** CD-ROM | disk | FTP | other *** search
/ X User Tools / X User Tools (O'Reilly and Associates)(1994).ISO / sources / xbmbrows / xbmbro31.z / xbmbro31 / xbmbrowser3.1 / Changes3.0 < prev    next >
Text File  |  1993-08-03  |  2KB  |  49 lines

  1. Changes from Verson 2.3 to 3.0  by  Anthony Thyssen
  2.  
  3.   * Complete rewrite of data structures and routines for reading and 
  4.     displaying the icons from a directory.
  5.  
  6.   * Addition of X Pixmaps and color
  7.  
  8.   * File type enumeration (Bad, Dir, File (unknown), Xbm, Xpm, BadXpm...)
  9.  
  10.   * Minor changes to get_files() in misc.c for determining file type
  11.     and recording the last modified time.
  12.  
  13.   * Change to method used to display icon details when pointer inside
  14.     a displayed icon. Avoid scanning the data structure for the icons name
  15.     by setting the name into the widget used.
  16.       Their should be a way of attaching a general pointer to any widget.
  17.     You would think that givening a structure pointer instead of a string
  18.     for a widgets label would work but it doesn't. XtSetValues it seems
  19.     makes a new copy of any string passed to it for use by the widget.
  20.  
  21.   * Made two global strings for information labels for information on the
  22.     number of bitmaps, pixmaps, unknown files and directories present in
  23.     the current directory to be displayed. Very handy.
  24.  
  25.   * Removed the Scan directory completely method for a rescan changes
  26.     method. This method is equivelent to the original if the old file_list
  27.     is destroyed before it is called.
  28.  
  29. Future updates.
  30.  
  31.   * Current directory text widget, move cursour to end and append '/' 
  32.     automatically, to allow easier modification by the user.
  33.  
  34.   * A count on the color allocations the pixmaps use so colors no longer
  35.     being displayed can be freed for reuse by other icons.  This would be
  36.     especially important when changing directories.  Currently if you
  37.     change directories of pixmaps with large color use (IE full pictures
  38.     instead of icons!), few of the new icons will be displayable due to
  39.     color allocation problems.
  40.  
  41.   * Seperate user menus for pixmaps and bitmaps?
  42.  
  43.   Anthony Thyssen - (SysProg @ Griffith University)     anthony@cit.gu.edu.au
  44. ------------------------------------------------------------------------------
  45.      Life (n).      A sexually transmitted disease which afflicts some
  46.                 people more severly than others.
  47. ------------------------------------------------------------------------------
  48.  
  49.